projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ebf346
)
(toplevel): Make face `term-default' an empty face.
author
Gerd Moellmann
<gerd@gnu.org>
Tue, 17 Aug 1999 00:37:45 +0000
(
00:37
+0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Tue, 17 Aug 1999 00:37:45 +0000
(
00:37
+0000)
The code relied on the fact that Emacs ignored invalid faces in
face text properties in 20.4.
lisp/term.el
patch
|
blob
|
history
diff --git
a/lisp/term.el
b/lisp/term.el
index e8e584d215247f4fdbd29386835d57d7a8c839e9..6d45f1f1c429823cf617544059ac476264603b5a 100644
(file)
--- a/
lisp/term.el
+++ b/
lisp/term.el
@@
-719,6
+719,7
@@
Buffer local variable.")
(when (fboundp 'make-face)
;;; --- Simple faces ---
+ (copy-face 'default 'term-default)
(make-face 'term-default-fg)
(make-face 'term-default-bg)
(make-face 'term-default-fg-inv)